Action hook 'customize_render_section_{$this->id}'

in WP Core File wp-includes/class-wp-customize-section.php at line 313

Description

Fires before rendering a specific Customizer section. The dynamic portion of the hook name, `$this->id`, refers to the ID of the specific Customizer section to be rendered.

Occurrences

Filename Line Number
wp-includes/class-wp-customize-section.php 313

PHP Doc

/**
		 * Fires before rendering a specific Customizer section.
		 *
		 * The dynamic portion of the hook name, `$this->id`, refers to the ID
		 * of the specific Customizer section to be rendered.
		 *
		 * @since 3.4.0
		 */